<%@LANGUAGE="VBSCRIPT"%> <% Dim noticia__MMColParam noticia__MMColParam = "1" if (Request.QueryString("ID") <> "") then noticia__MMColParam = Request.QueryString("ID") %> <% set noticia = Server.CreateObject("ADODB.Recordset") noticia.ActiveConnection = MM_fc_encamp_STRING noticia.Source = "SELECT * FROM noticies WHERE ID = " + Replace(noticia__MMColParam, "'", "''") + "" noticia.CursorType = 0 noticia.CursorLocation = 2 noticia.LockType = 3 noticia.Open() noticia_numRows = 0 %> Futbol Club Encamp
   
 

 
   
 
 
        Tornar   
<% Session.LCID = 1027 %>
  <%=(noticia.Fields.Item("Titol").Value)%>

Font: <%=(noticia.Fields.Item("Font").Value)%>
Data: <%=(noticia.Fields.Item("Data").Value)%>

<%=Replace(noticia.Fields.Item("Contingut").Value,Chr(13),"
")%>

 

 

<% noticia.Close() %>